toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]StartDownloadCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
StartDownloadCallback
.
Members
Constructors
Start
Download
Callback.
Action
Link copied to clipboard
public
void
StartDownloadCallback.Action
(
Consumer
<
StartDownload.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the engine that the file download should be canceled.
download
Link copied to clipboard
public
void
download
(
Path
destFilePath
)
Notifies the engine that the file should be downloaded into the given target path.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.